.footer_container {
    width: 100%;
    margin-top: 5.2%;
    min-width: 1200px;
}

.footer_content {
    width: 83.3%;
    margin: 0 auto;
}

.footer_content .top {
    width: 100%;
    border-bottom: 2px solid #D8D8D8;
    text-align: left;
    padding: 15px 0 33px 0;
}

.footer_content .top .footer_left {
    float: left;
    width: 22%;
}

.footer_left p {
    font-size: 15px;
    color: #323232;
    line-height: 29px;
}

.footer_left img {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.footer_left .p_tel {
    margin: 18px 0;
}



/* 列表部分 */
.top dl {
    float: left;
    width: 7%;
    display: inline-block;
    margin-left: 7.5%;
    padding-top: 10px;
}

.top dl:nth-child(4) {
    width: 8%;
}


.top dt {
    display: block;
    padding-bottom: 30px;
}

.top dt a {
    font-size: 15px;
    color: #323232;
}

.top dd {
    display: block;
    padding: 15px 0;
}

.top dd a {
    font-size: 11px;
    color: #646464;
}


/* 版权 */
.copy {
    text-align: center;
    font-size: 11px;
    color: #646464;
    line-height: 29px;
}


@media screen and (min-width:1440px) {
    .footer_content {
        width: 85.7%;
        margin: 0 auto;
    }


    .footer_left p {
        font-size: 18px;
        line-height: 33px;
    }

    .footer_left img {
        margin-bottom: 46px;
    }

    .footer_left .p_tel {
        margin: 21px 0;
    }

    .top dt a {
        font-size: 18px;
    }

    .top dd {
        padding: 17px 0;
    }

    .top dd a {
        font-size: 12px;
    }

    /* 版权 */
    .copy {
        font-size: 12px;
        line-height: 33px;
    }


}


@media screen and (min-width:1680px) {
    .footer_content {
        width: 87.5%;
        margin: 0 auto;
    }


    .footer_left p {
        font-size: 20px;
        line-height: 38px;
    }

    .footer_left img {
        margin-bottom: 53px;
    }

    .footer_left .p_tel {
        margin: 24px 0;
    }

    .top dt a {
        font-size: 20px;
    }

    .top dd {
        padding: 19px 0;
    }

    .top dd a {
        font-size: 14px;
    }

    /* 版权 */
    .copy {
        font-size: 14px;
        line-height: 38px;
    }
}